Split out encoding from `core::resolver` to a submodule
authorAlex Crichton <alex@alexcrichton.com>
Thu, 16 Oct 2014 18:25:05 +0000 (11:25 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 22 Oct 2014 18:29:24 +0000 (11:29 -0700)
commitd51fe548dd9a36994a19f455e250d6b199b2e788
tree1f6699d94907ed353b5b7b516383d1512e5d2db3
parentcdc69166ba15213d4e03bb85fc101b36d55d69a0
Split out encoding from `core::resolver` to a submodule

Same exported hierarchy, just some internal orgainzational changes.
src/cargo/core/resolver.rs [deleted file]
src/cargo/core/resolver/encode.rs [new file with mode: 0644]
src/cargo/core/resolver/mod.rs [new file with mode: 0644]